﻿2026-06-07T22:53:28.8236349Z ##[group]Run actions/checkout@v5
2026-06-07T22:53:28.8237254Z with:
2026-06-07T22:53:28.8237743Z   repository: SaberMage/spt-core
2026-06-07T22:53:28.8241345Z   token: ***
2026-06-07T22:53:28.8241816Z   ssh-strict: true
2026-06-07T22:53:28.8242203Z   ssh-user: git
2026-06-07T22:53:28.8242600Z   persist-credentials: true
2026-06-07T22:53:28.8243041Z   clean: true
2026-06-07T22:53:28.8243441Z   sparse-checkout-cone-mode: true
2026-06-07T22:53:28.8243876Z   fetch-depth: 1
2026-06-07T22:53:28.8244243Z   fetch-tags: false
2026-06-07T22:53:28.8244619Z   show-progress: true
2026-06-07T22:53:28.8245005Z   lfs: false
2026-06-07T22:53:28.8245385Z   submodules: false
2026-06-07T22:53:28.8245765Z   set-safe-directory: true
2026-06-07T22:53:28.8246381Z ##[endgroup]
2026-06-07T22:53:28.9052820Z Syncing repository: SaberMage/spt-core
2026-06-07T22:53:28.9054427Z ##[group]Getting Git version info
2026-06-07T22:53:28.9055171Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-07T22:53:28.9056242Z [command]/usr/bin/git version
2026-06-07T22:53:28.9056691Z git version 2.43.0
2026-06-07T22:53:28.9058116Z ##[endgroup]
2026-06-07T22:53:28.9061729Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/70a8a213-86e4-4499-98a6-7e7509e43d12' before making global git config changes
2026-06-07T22:53:28.9062978Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T22:53:28.9064082Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-07T22:53:28.9087095Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-07T22:53:28.9105884Z https://github.com/SaberMage/spt-core
2026-06-07T22:53:28.9115894Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T22:53:28.9118385Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T22:53:28.9143791Z refs/heads/dev-freeform
2026-06-07T22:53:28.9150660Z [command]/usr/bin/git checkout --detach
2026-06-07T22:53:28.9243272Z HEAD is now at e10def4 test(rig): two-host ladder run on M8-D4 binary [twohost]
2026-06-07T22:53:28.9308905Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-07T22:53:28.9343365Z Deleted branch dev-freeform (was e10def4).
2026-06-07T22:53:28.9375833Z ##[endgroup]
2026-06-07T22:53:28.9376386Z [command]/usr/bin/git submodule status
2026-06-07T22:53:28.9563020Z ##[group]Cleaning the repository
2026-06-07T22:53:28.9565274Z [command]/usr/bin/git clean -ffdx
2026-06-07T22:53:31.5831893Z Removing .adapter-notify/
2026-06-07T22:53:31.5832447Z Removing target/
2026-06-07T22:53:31.5841834Z [command]/usr/bin/git reset --hard HEAD
2026-06-07T22:53:31.5885129Z HEAD is now at e10def4 test(rig): two-host ladder run on M8-D4 binary [twohost]
2026-06-07T22:53:31.5890693Z ##[endgroup]
2026-06-07T22:53:31.5891660Z ##[group]Disabling automatic garbage collection
2026-06-07T22:53:31.5895635Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T22:53:31.5918180Z ##[endgroup]
2026-06-07T22:53:31.5918736Z ##[group]Setting up auth
2026-06-07T22:53:31.5922807Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T22:53:31.5944751Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T22:53:31.6132799Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T22:53:31.6156171Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T22:53:31.6336152Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T22:53:31.6359490Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T22:53:31.6547406Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T22:53:31.6574795Z ##[endgroup]
2026-06-07T22:53:31.6575358Z ##[group]Fetching the repository
2026-06-07T22:53:31.6580816Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e10def4f44dce9bb1c5732e89bdf1f4ba8ae95d3:refs/remotes/origin/dev-freeform
2026-06-07T22:53:32.0878133Z ##[endgroup]
2026-06-07T22:53:32.0878945Z ##[group]Determining the checkout info
2026-06-07T22:53:32.0880189Z ##[endgroup]
2026-06-07T22:53:32.0894898Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T22:53:32.0946685Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T22:53:32.0973806Z ##[group]Checking out the ref
2026-06-07T22:53:32.0976671Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T22:53:32.1015424Z Switched to a new branch 'dev-freeform'
2026-06-07T22:53:32.1015909Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T22:53:32.1019498Z ##[endgroup]
2026-06-07T22:53:32.1046126Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T22:53:32.1063856Z e10def4f44dce9bb1c5732e89bdf1f4ba8ae95d3
